{
logger
.error("can't write data in the configuration file", exception);
trans.rollback();
}
}
logger.error(
"can't write data in the configuration file",
exception);
if (trans != null)
trans.rollback();
}
}